home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Encoding:
Text File  |  2002-05-23  |  2.2 KB  |  114 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 316
  3.   Top = 131
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 130
  7.   ClientWidth = 322
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblPass: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 49
  22.     Height = 13
  23.     Caption = '&Password:'
  24.     FocusControl = edtPass
  25.   end
  26.   object lblVeri: TLabel
  27.     Left = 8
  28.     Top = 56
  29.     Width = 143
  30.     Height = 13
  31.     Caption = 'Please &confirm your password:'
  32.     Enabled = False
  33.     FocusControl = edtPass
  34.   end
  35.   object edtPass: TEdit
  36.     Left = 8
  37.     Top = 24
  38.     Width = 225
  39.     Height = 21
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     PasswordChar = '*'
  47.     TabOrder = 0
  48.     OnChange = edtPassChange
  49.   end
  50.   object btnOk: TButton
  51.     Left = 240
  52.     Top = 8
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&OK'
  56.     Enabled = False
  57.     ModalResult = 1
  58.     TabOrder = 3
  59.     OnClick = btnOkClick
  60.   end
  61.   object edtVeri: TEdit
  62.     Left = 8
  63.     Top = 72
  64.     Width = 225
  65.     Height = 21
  66.     Enabled = False
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     PasswordChar = '*'
  74.     TabOrder = 1
  75.     OnChange = edtVeriChange
  76.   end
  77.   object btnCancel: TButton
  78.     Left = 240
  79.     Top = 40
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 4
  86.     OnClick = btnCancelClick
  87.   end
  88.   object cbMask: TCheckBox
  89.     Left = 8
  90.     Top = 104
  91.     Width = 97
  92.     Height = 17
  93.     Caption = '&Mask Password'
  94.     Checked = True
  95.     State = cbChecked
  96.     TabOrder = 2
  97.     OnClick = cbMaskClick
  98.   end
  99.   object btnHelp: TButton
  100.     Left = 240
  101.     Top = 72
  102.     Width = 75
  103.     Height = 25
  104.     Caption = '&Help'
  105.     TabOrder = 5
  106.     OnClick = btnHelpClick
  107.   end
  108.   object FormCenter1: TFormCenter
  109.     Center = True
  110.     Left = 200
  111.     Top = 104
  112.   end
  113. end
  114.